Northwoods.GoSilverlight 1.3.5 Assembly
ChangeModelValue Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ChangeModelValue Method

e
an edit describing the change to be performed
undo
true if undoing; false if redoing
This is called during undo or redo to effect state changes to this model.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub ChangeModelValue( _
   ByVal e As ModelChangedEventArgs, _
   ByVal undo As Boolean _
) 
C# 
protected override void ChangeModelValue( 
   ModelChangedEventArgs e,
   bool undo
)

Parameters

e
an edit describing the change to be performed
undo
true if undoing; false if redoing

Requirements

See Also

© 2012 All Rights Reserved.